BUGFIX: Remove broken @Flow\IgnoreValidation from ContentRepository context#3411
Conversation
kdambekalns
left a comment
There was a problem hiding this comment.
Uhm, why was this ever there?
|
Interesting test failures, though. Why is it installing 7.1.x of the Flow dev collection? |
|
Regarding the annotation itself: It was added with e09d551 – whether by myself or through a merge hiccup I cannot really tell. But it looks completely disconnected from the actual intention of that change, so I assume it was an oversight. |
Probably fixed with #3412 |
|
Yes once ##3412 is applied the error here occurs in the tests. |
|
I'm afraid this introduced a regression:
|
|
If this has a purpose the we have to revert the change and fix the test problem differently. |
|
Should be reverted once neos/flow-development-collection#2632 has landed, since the missing annotation caused the regression in #3515 |
|
=> #3516 |
This fixes the following error on master:
Since the variable with the annotation is populated in the constructor with a fresh instance the need of this annotation is at least questionable.